No1. learning points:
I. Introduction to the codeigniter framework
Ii. codeigniter framework Installation
Iii. directory structure analysis of codeigniter framework
4. How does codeigniter framework work?
5. Controller, view, model, and database
In the CodeIgniter framework, what about URL (index. php. In the CodeIgniter framework, the codeigniter framework recently used CodeIgniter, a lightweight php framework, to build its own personal website. At first glance, the CodeIgniter framework
What about URL (index. php) in the CodeIgniter framework?
Recently, CodeIgniter, a lightweight php framework, was used to build a personal website. At first glance, the code is clear and concise, and the MVC model is very easy to maintain. The tool
CodeIgniter in the framework about URLs (index.php), CodeIgniter framework
Recently, when I made my own personal website, I used the lightweight PHP framework CodeIgniter. At first glance, the code is clear and concise, and the MVC model is very
CodeIgniter framework URL routing summary, codeigniter framework url
URI Routing
Generally, a URI string has a unique controller class/method. Each part of URI is in the following pattern ):Copy codeThe Code is as
CodeIgniter Framework URL Routing summary, CodeIgniter framework URL
URI Routing
In general, a URI string has a controller class/method that corresponds to it. The various parts of the URI are as follows (pattern):Copy the Code code as
CodeIgniter View & models & Controllers, CodeIgniter
--------------------------------------------------------------------------------------------------------
Load view
$this->load->view (' home/name '); You can store views with subfolders, the
In short, a controller is a class file and is named in a way that can be associated with a URI. Suppose this URI: example. comindex. phpblog in the above example, CodeIgniter will try to find and load a controller named blog. php. When the
This article mainly introduces the URL routing summary of the CodeIgniter framework. This article also serves as a Getting Started Tutorial on CodeIgniter routing and explains several aspects of rule configuration. For more information, see the CI
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.